home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Graphics / STIMP_noise / help / pnmwhitenoise.syntax < prev    next >
Encoding:
Text File  |  1998-01-09  |  520 b   |  13 lines

  1. pnmwhitenoise: This operator loads a PBM/PGM/PPM file and creates equal
  2.                distributed or normal distributed noise.
  3.  
  4. Syntax: pnmwhitenoise [+v|-v] [-e|-n] [-sScatter] file1 file2
  5.  
  6.         +v      : use verbose-mode (default)
  7.         -v      : no verbose-mode
  8.         -e      : equal distributed noise (default)
  9.         -n      : normal distributed noise
  10.         -s      : scatter of the noise, 0 .. 150 (default: 75)
  11.         file1   : PBM/PGM/PPM-file, source
  12.         file2   : PBM/PGM/PPM-file, destination
  13.